home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / cli / tail.readme < prev    next >
Encoding:
Text File  |  1992-08-14  |  536 b   |  10 lines

  1. Short: Shows the n last lines of a file efficiently
  2.  
  3.     Tail is a simple utility that outputs just a few of the last lines of any
  4.   file.   It is just like the type command of AmigaDOS, but it types just the
  5.   last  lines of files.  Note that tail is implemented in such a way that the
  6.   input  file  is normally not entirely read from the beginning, to provide a
  7.   better  performance,  specially  for  big files in hard disks or for floppy
  8.   users.   This  is  version 1.0, and includes portable source in C.  Author:
  9.   Bruno Costa.
  10.